Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document stage events #44

Merged
merged 3 commits into from
Jan 24, 2025
Merged

Conversation

AlexanderHarrison
Copy link
Contributor

for this pr recording stage events.

@AlexanderHarrison AlexanderHarrison marked this pull request as ready for review January 16, 2025 00:26
SPEC.md Outdated
| 0x5 | Direction | uint8 | Which direction Whispy is blowing (0 = None, 1 = Left, 2 = Right) | 3.17.0

### Stadium Transformations
This event only occurs on Pokemon Stadium, and is sent whenever the transformation event changes.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think technically the event is sent whenever the transformation event changes or the transformation type changes

SPEC.md Outdated
@@ -539,6 +542,35 @@ The frame bookend is a simple event that can be used to determine that the entir
| 0x1 | Frame Number | int32 | The number of the frame. Starts at -123. Frame 0 is when the timer starts counting down | 3.0.0
| 0x5 | Latest Finalized Frame | int32 | For non-rollback, this should always equal the frame number. For rollback, this indicates the index of a frame which is guaranteed not to happen again (finalized). This is very useful when reading a file in real-time to make sure you are processing "finalized" information | 3.7.0

### FOD Platforms
This event only occurs on Fountain of Dreams, and is sent every frame the height of the platform is changing.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is sent for each platform every frame the height changes. That means you can get both platforms changing and get two events in the same frame.

@JLaferri JLaferri merged commit 54a2afb into project-slippi:master Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants